projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c71918
)
Fix typo in color.el.
author
Bastien Guerry
<bastien1@free.fr>
Thu, 5 Apr 2012 07:29:19 +0000
(09:29 +0200)
committer
Bastien Guerry
<bastien1@free.fr>
Thu, 5 Apr 2012 07:29:19 +0000
(09:29 +0200)
Thanks to Brad Town for spotting this.
lisp/ChangeLog
patch
|
blob
|
history
lisp/color.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 4d5d5b2f933b09cf5f985c6910db8ec30c27eefd..696e6e1eedca70377a80eb126f1bd17d14c60c49 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2012-04-05 Bastien Guerry <bzg@altern.org>
+
+ * color.el (color-lighten-name): Fix typo.
+
2012-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
* server.el (server--on-display-p): New function.
diff --git
a/lisp/color.el
b/lisp/color.el
index 65536752ed8357c80df879f1f088280539b9e537..6ccf9a79494f81e22bc7b37388805f93597e9198 100644
(file)
--- a/
lisp/color.el
+++ b/
lisp/color.el
@@
-394,7
+394,7
@@
inclusive."
See `color-lighten-hsl'."
(apply 'color-rgb-to-hex
(apply 'color-hsl-to-rgb
- (apply 'color-lighten-
-
hsl
+ (apply 'color-lighten-hsl
(append
(apply 'color-rgb-to-hsl
(color-name-to-rgb name))